07. Exercise: Add the Permission

Add the Permission Exercise

Here is the permission to add for accessing and reading from the DroidTermsExample content provider:

<uses-permission android:name="com.example.udacity.droidtermsexample.TERMS_READ" />

Exercise Code

Exercise: T08.01-Exercise-AddTheContentProviderPermission

Add the Permission

Finish step one and add the correct permission for the content provider.

SOLUTION:
  • I've added the permission for the Content Provider